home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Moss / Vitra.dir / 00016_Fall01.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  335 b   |  13 lines

  1. on beginSprite me
  2.   set the puppet of sprite the currentSpriteNum to 1
  3. end
  4.  
  5. on prepareFrame me
  6.   if the locV of sprite the currentSpriteNum > 600 then
  7.     set the locV of sprite the currentSpriteNum to 1
  8.   else
  9.     set the locV of sprite the currentSpriteNum to the locV of sprite the currentSpriteNum + 2
  10.   end if
  11.   updateStage()
  12. end
  13.